# My Winter Car - Localization Configuration
# This file configures language-specific settings for the localization plugin

# Language metadata
LANGUAGE_NAME = RUSSIAN (Simplified)
LANGUAGE_CODE = ru-RU

# Unicode character ranges for localized text detection
# Format: START-END,START-END (hexadecimal values)
# Korean ranges: AC00-D7AF (Hangul Syllables), 1100-11FF (Hangul Jamo), 3130-318F (Hangul Compatibility Jamo)
# 
# For Latin-based languages (English, Spanish, French, etc.), leave this empty or comment it out
# to skip character detection entirely
UNICODE_RANGES = 0400—04FF,0500—052F

# Font mappings - map original game fonts to localized font assets
# Format: OriginalFontName = LocalizedFontAssetName
# The localized fonts must exist in fonts.unity3d asset bundle
[FONTS]
FugazOne-Regular = OpenSansExtraboldItalic
Heebo-Black = LunaBlack
AlfaSlabOne-Regular = ROKAFSlabSerifBold
RAGE = RUSRageItalic
Dosis-SemiBold = ExpresswayFree
Dosis-SemiBold LowCase = ExpresswayFree
VT323-Regular = DoublePixel7Regular
DroidSerif-Bold = DroidSerif-Bold
PlayfairDisplay-Bold = DroidSerif-Bold
WalterTurncoat-Regular = WalterTurncoat
BLUEHIGD = D2Coding

# Position adjustments - adjust text position for specific UI elements
# Format: Conditions = X,Y,Z offset
# Conditions support: Contains(path), EndsWith(path), StartsWith(path), !Contains(path)
# Multiple conditions separated by &
# Examples:
#   Contains(GUI/HUD) & EndsWith(/HUDLabel) = 0,-0.01,0
#   Contains(Screen) & !Contains(/Row) & EndsWith(/Text) = 0,0.1,0
# Some elements may be inverted in Y-axis; adjust accordingly
[POSITION_ADJUSTMENTS]
## HUD labels
Contains(GUI/HUD/) & EndsWith(/HUDLabel) = 0,-0.0,0
## Money ATM screen (excluding row elements)
Contains(PERAPORTTI/ATMs/MoneyATM/Screen) & !Contains(/Row) & EndsWith(/Text) = 0,0.1,0
## Fuel ATM screen header
Contains(PERAPORTTI/ATMs/FuelATM/Screen) & !Contains(/Row) & EndsWith(/Text) = 0,0.1,0
## Fuel ATM screen rows
Contains(PERAPORTTI/ATMs/FuelATM/Screen) & Contains(/Row) & EndsWith(/Text) = 0,-0.1,0
## Teletext TV
Contains(Systems/TV/Teletext/VKTekstiTV/) = 0,0.1,0